object ReadDlg: TReadDlg Left = 243 Top = 150 BorderStyle = bsDialog Caption = 'Reading' ClientHeight = 92 ClientWidth = 352 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 85 Height = 13 Alignment = taRightJustify Caption = 'Reading from file: ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 70 Top = 32 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Line:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LineNum: TLabel Left = 96 Top = 32 Width = 8 Height = 13 Caption = '1' end object FileName: TLabel Left = 96 Top = 8 Width = 5 Height = 13 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object CancelBtn: TBitBtn Left = 136 Top = 56 Width = 89 Height = 27 Caption = 'Abort' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 3 ParentFont = False TabOrder = 0 OnClick = CancelBtnClick NumGlyphs = 2 end end